.backgroundbanner {
    color: white;
	    background: #fffffff2 !important;
    box-shadow: #101d38b0 0px 0px 15px;
}

.service-after i {
	color:white;
	font-size:3em;
} 
.service-after i.big-icon {
	font-size:9em;
}
.homebanner {
    background: linear-gradient(#162a52eb, #00227747), url(../images/bannerpicture.webp) no-repeat center center;
    background-size: cover;
    height: 500px;
    width: 100%;
    color: white;
}

.aboutusbanner {
    background: linear-gradient(#2863d86b, #162a523b), url(../images/nfcphone.webp) no-repeat center center;
    background-size: cover;
    height: 100%;
    color: white;
	box-shadow: #2848808c 1px 2px 10px 0px;
}

.blue-text {
	color: rgb(22 42 82);
}

.line {
    background: white;
    height: 4px;
    position: relative;
}

.contactus {
    background: linear-gradient(#ffffff9e, #00000096), url(../images/contactus.webp) no-repeat center center;
    background-size: cover;
    height: 100%;
    color: white;
}

.gradaboutus {
    background: #f8f9fa;
	z-index: -1;
}

.gradcontactus {
    background: #162a52;
}

.fontwhite {
    color: white;
}

.height {
    height: 400px;
}

.lineservices {
    background: #c6c6c6;
    height: 3px
}

.service-card-1,
.service-card-2,
.service-card-3 {
    background: url(images/service-short.jpg) no-repeat center center;
    background-size: cover;
    //height: 350px;
}

.service-card-1-content,
.service-card-2-content,
.service-card-3-content {
    //position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 1;
    width: 100%;
    z-index: 2;
    transition: opacity 0.2s ease-in-out;
    padding: 10px;
}


.service-card-1-content-hover,
.service-card-2-content-hover,
.service-card-3-content-hover {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 2;
    transition: opacity 0.2s ease-in-out;
    padding: 10px;
}

.card {
    box-shadow: #60606061 2px 3px 6px;
    border: none;
}

.service-after::after {
    content: '';
    background: rgb(22 42 82);
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.9;
    transition: opacity 0.5s ease-in-out;
}

.service-card-1:hover .service-card-1-content-hover {

    opacity: 1;
}

.service-card-1:hover .service-card-1-content {

    opacity: 0;
}

.service-card-2:hover .service-card-2-content-hover {
    opacity: 1;
}

.service-card-2:hover .service-card-2-content {
    opacity: 0;
}

.service-card-3:hover .service-card-3-content-hover {
    opacity: 1;
}

.service-card-3:hover .service-card-3-content {
    opacity: 0;
}

.service-after h3,
.service-after p {
    color: white;
    width: 100%;
}



.bigheight{
    height: 600px;
}
.title {
  color: grey;
}

#contactsection li {
    list-style-type: none;
}

iframe {
    width: 100%;
    height: 100%;
}

.maincontent{
    top:130px;
    position: relative;
}
#aboutus{
    position: absolute;
    padding: 65px ;
    top: -130px
}
#aboutus, #services, #contact {
    position: absolute;
    padding: 65px ;
    top: -130px
}

.picturesize {
    width: 100%;
    height: 275px;
    
}

.adriaanpic {
    background: url(../images/A.jpeg) no-repeat top center;
    background-size: cover;
    height: 300px;
    color: white;
}

.julianpic {
    background: url(../images/J.jpeg) no-repeat top center;
    background-size: cover;
    height: 300px;
    color: white;
}
@media only screen and (max-width: 700px) {
.adriaanpic, .julianpic {
    height: 500px;
}
}

